SipClientRegister Method (String, ContactInfo, Contact) |
Registers user to a SIP server. The user informs server of his current contact addresss.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic RequestResponse Register(
string uri,
ContactInfo from,
Contact contact
)
Public Function Register (
uri As String,
from As ContactInfo,
contact As Contact
) As RequestResponse
Parameters
- uri
- Type: SystemString
A string represents domain name, name or IP address of SIP server. - from
- Type: Independentsoft.SipContactInfo
A ContactInfo contains the address of the user responsible for the registration. - contact
- Type: Independentsoft.SipContact
A Contact contains user's contact address and name. Usually the address contains user's IP address and port.
Return Value
Type:
RequestResponseA
RequestResponse containing sent
Request and received appropriate
Response.
See Also